Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Multi-Service Vulnerability Scanner

Supported Vulnerabilities & Attack Vectors

Microsoft SQL Server Vulnerabilities

  • CVE-2023-21173: Remote Code Execution in SQL Server 2022
  • Potential exploitation of:
    • Weak authentication configurations
    • Misconfigured server principals
    • xp_cmdshell abuse
    • Advanced options manipulation

Common Vulnerability Classes

  1. Authentication Bypass

    • Weak/default credentials
    • Empty password attempts
    • Misconfigured authentication mechanisms
  2. Service Enumeration

    • FTP anonymous access
    • Open database ports
    • Exposed service information
  3. Potential Attack Surfaces

    • MSSQL remote command execution
    • FTP information disclosure
    • Network service fingerprinting

Targeted Services

  • Microsoft SQL Server
  • FTP Services
  • Windows Remote Management (WinRM)
  • HTTP/Web Services

Disclaimer

🚨 LEGAL WARNING 🚨

  • Use ONLY on systems you own or have explicit written permission
  • Unauthorized scanning and exploitation is illegal
  • Intended for authorized penetration testing and security research

Usage

python multi_exploit.py <target_ip>

Requirements

  • Python 3.7+
  • Required libraries:
    • requests
    • pymssql
    • urllib3
    • colorama

Ethical Considerations

This tool is designed for:

  • Security professionals
  • Penetration testers
  • Vulnerability researchers

Responsible Disclosure

  • Always obtain proper authorization
  • Report vulnerabilities to appropriate parties
  • Follow responsible disclosure guidelines

Contribution

Contributions welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Document any new vulnerability classes
  4. Provide proof-of-concept
  5. Submit a pull request

About

CVE-2023-21173 Exploit - Remote Code Execution in SQL Server 2022

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages